last Not Null Of Or Null
Returns the last non-null element produced by transform function or null otherwise. The element is found by iterating the collection in reverse order.
Returns the last non-null element produced by transform function or null otherwise. The element is found by iterating through all elements, capturing the last matching one.